home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2003 December (Special)
/
Gamestar-Special_2003-12_cd.bin
/
Arkady
/
arcanoid_gy.exe
/
scripts
/
DefineButton2_108
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-11-22
|
274b
|
10 lines
on(release){
if(sound_flag)
{
Sound6.start();
}
var stSend = Number(FinalScore) + "\t" + 0 + "\t" + stName + "\t" + "arc" + "\t" + "web";
getURL("http://absolutist.com/cgi-bin/gameres.pl?e=" + _root.Crypto(stSend),"_top");
gotoAndPlay(4);
}